home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form Form1
- Caption = "Order Demo"
- ClientHeight = 735
- ClientLeft = 3435
- ClientTop = 4980
- ClientWidth = 2400
- Height = 1140
- Left = 3375
- LinkMode = 1 'Source
- LinkTopic = "Form1"
- ScaleHeight = 735
- ScaleWidth = 2400
- Top = 4635
- Width = 2520
- Begin CommandButton Command2
- Caption = "&Quit"
- Height = 495
- Left = 1320
- TabIndex = 1
- Top = 120
- Width = 975
- End
- Begin CommandButton Command1
- Caption = "&Order"
- Height = 495
- Left = 120
- TabIndex = 0
- Top = 120
- Width = 1095
- End
- Sub Command1_Click ()
- Order.Show MODAL
- End Sub
- Sub Command2_Click ()
- End
- End Sub
-